Sympa le one-click to broadcast !
-
https://mojang.com/2013/12/minecraft-1-7-3-pre-release/Comment passer en prod une app django
-
http://www.djangobook.com/en/2.0/chapter12.htmlC'est fou. Un service qui propose de résoudre des captchas avec... de vrais personnes derrière!!!
En fait le système est hybride : " hybrid system composed of the most advanced OCR system on the market, along with a 24/7 team of CAPTCHA solvers"
15 secondes de delay en moyenne..
Super le taf !
-
http://www.deathbycaptcha.com/user/loginPleins de bon articles sur la vie privée et ceux qui n'ont rien à cacher
-
http://sebsauvage.net/links/?searchterm=cacher&searchtags=privacyQu'est ce qu'un bon module puppet ?
-
http://bombasticmonkey.com/2011/12/27/stop-writing-puppet-modules-that-suck/A mettre au début d'un script qui se trouve dans un des dossiers /etc/cron.xxxx pour qu'il soit éxécuté par un utilisateur autre que root.
USER='some-low-privilege-user'
if [ whoami != "$USER" ]; then
sudo -u $USER "$0"
exit
fi
... rest of the script ...
-
http://www.fogel.ca/2010/08/07/elegantly-dropping-priviledge-in-an-etccron-daily-script/